home *** CD-ROM | disk | FTP | other *** search
- Path: www.cybercity.dk!usenet
- From: ccc4864@vip.cybercity.dk (Alexander Stigsen)
- Newsgroups: comp.os.ms-windows.programmer.tools.mfc,comp.lang.c++
- Subject: Re: Linked Lists
- Date: Wed, 10 Apr 1996 19:49:42 GMT
- Organization: CyberCity of Denmark
- Message-ID: <4kg3lr$kji@vip.cybercity.dk>
- References: <4k2kom$k5r@news2.cts.com> <31667AC8.4EE2@mindlink.bc.ca>
- NNTP-Posting-Host: 194.16.56.124
- X-Newsreader: Forte Free Agent 1.0.82
-
- John Lutz wrote:
- >
- > I would like to store all the objects in a linked list for a given window. I
- > would like for the linked list to handle the dynamic allocation of these
- > object and return the pointer to the subclass that is allocating the objects
- > on the linked list. I would like for the linked list class to delete all
- > objects dynamically.
-
- Ken Griggs have made an optimized CList object which he gives out
- as freeware. You can check out his description of it on his site:
- http://ulc194.residence.gatech.edu/MSVC.html
- I don't think that the code is online right now, but I guess that you
- could write to him and ask for it.
-
-
-
-